projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f25f98
)
(shell-mode): Add a mode-class property.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 00:59:28 +0000
(
00:59
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 5 May 1997 00:59:28 +0000
(
00:59
+0000)
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index 66a5653cbdbf822b041fe7311b5ed223ee618323..93391b8cad89cf4a64616f8ccb5c751e032ba27e 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-313,6
+313,8
@@
Thus, this does not include the shell's current directory.")
\f
;;; Basic Procedures
+(put 'shell-mode 'mode-class 'special)
+
(defun shell-mode ()
"Major mode for interacting with an inferior shell.
\\[comint-send-input] after the end of the process' output sends the text from